home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / tutor / dosguide.exe / HELPDOS.ZIP / TIME.HLP < prev    next >
Text File  |  1985-09-10  |  1KB  |  37 lines

  1. ------------------------  TIME - Internal DOS Command  -------------------------
  2.  
  3. TIME displays and/or sets the time of day known to the system.
  4.  
  5. FORMAT:   TIME [hh:mm:ss.xx]
  6.  
  7. REMARKS:
  8.  
  9.    hh  - one or two digits (0-23) representing the hour
  10.    mm  - one or two digits (0-59) representing minutes
  11.    ss  - one or two digits (0-59) representing seconds
  12.    xx  - one or two digits (0-59) representing hundredths of a second
  13.  
  14.    If you enter partial time information (for example, just the hour and
  15.    minutes), the remaining fields are set to zero.
  16.  
  17.    Entering TIME with no parameters will display the current time setting and
  18.    prompt for a new time setting.  If you do not want to reset the time, press
  19.    the RETURN key.
  20.  
  21.    DOS will prompt you for the time when the system is started (unless an
  22.    AUTOEXEC.BAT file is found).  Specifying hours and minutes only is
  23.    sufficient for most applications.  When a file is written to disk, DOS stores
  24.    the date and time it was written in the directory.
  25.  
  26. EXAMPLE:
  27.  
  28. Set the time to 2:30 pm:
  29.  
  30.           TIME 14:30
  31.  
  32.     or you can first display the time and let DOS prompt you for a new time:
  33.  
  34.           TIME
  35.           Current Time is 00:22:11.33
  36.           Enter new time: 14:30          <-- enter 14:30 and press RETURN
  37.